home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1851 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.7 KB

  1. Path: redstone.interpath.net!usenet
  2. From: fortunat@interpath.com (Jumpstile Turner)
  3. Newsgroups: comp.graphics.algorithms,comp.lang.c++,comp.os.ms-windows.programmer.graphics,comp.os.ms-windows.programmer.multimedia,comp.os.ms-windows.programmer.win32
  4. Subject: Re: IJG JPEG Engine and Win32
  5. Date: 11 Jan 1996 20:26:37 GMT
  6. Organization: Completely unorganized
  7. Message-ID: <4d3rpt$d8i@redstone.interpath.net>
  8. References: <4cemir$6vb@redstone.interpath.net> <TGL.96Jan3202549@netcom21.netcom.com> <4cj5ct$nth@redstone.interpath.net> <4cr8tp$dp7@hades.rz.uni-sb.de>
  9. NNTP-Posting-Host: fortunat.pdial.interpath.net
  10. X-Newsreader: WinVN 0.99.7
  11.  
  12. In article <4cr8tp$dp7@hades.rz.uni-sb.de>, rajsta@med-rz.uni-sb.de 
  13. said:
  14. >look at the first lines of my jconfig.h:
  15. >
  16. >#define HAVE_BOOLEAN     // this will avoid redefinition of boolean
  17. >// the following line is probably or definitely a hack
  18. >// since it implicitly duplifies the definiction from rpcnrd.h
  19. >typedef unsigned char boolean;  //conflict with RPCNRD.H  ---
  20. >                                    //  AAAAArrrrrrggghh!  JST
  21.  
  22.   Well, this didn't work for me.  Even if I defined this in some of the 
  23. modules it still choked with the duplicate boolean definition error.  I 
  24. changed all the "boolean" statements to "BOOLEAN" and it works fine 
  25. now.
  26.  
  27.  
  28. >You are right, this is a known bug. Most of the IJG library features
  29. >work well without UPSAMPLE_MERGING_SUPPORTED.
  30.  
  31.   Tom Lane posted a fix for this a few messages back.  I believe he 
  32. said this is addressed in the new version of the IJG engine soon to be 
  33. released in the INSTALL.DOC.
  34.  
  35.  
  36.      -Scott
  37.  
  38. ------------------------------------------------
  39. Jumpstile Turner
  40. fortunat@interpath.com
  41. "Sing the Hare Hare, Dance the Hoochie Koo..."
  42. ------------------------------------------------
  43.  
  44.